home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / pc / files / dsp / srffttar.z / srffttar / SRFFT / readme.udi < prev   
Text File  |  1991-08-26  |  1KB  |  39 lines

  1. Release notes:
  2. --------------
  3.  
  4. Original code was written by:
  5.  
  6. Eyal Lebedinsky
  7. eyal@ise.canberra.edu.au
  8.  
  9.  
  10. My modifications include:
  11.  
  12. 1. re-arranged both fft2.c (the demo) and fftg.c (the generator), by
  13.    removing all the labels and goto's (yuck!), replacing them with
  14.    do/while loops.
  15.  
  16. 2. ported the whole package (esp. fft2) to the Amiga. It compiled with
  17.    the supplied makefile under SAS/C 5.10 . Amiga code is surrounded
  18.    by #ifdef's.
  19.  
  20. 3. added a 68K generator module. 68K code assembles on any Amiga standard
  21.    assembler (tested with A68k).
  22.  
  23. 4. added a benchmark program, fftime.c . you should compile this program
  24.    and link it with your fft() function. No makefile is given, since you
  25.    can link it with various object files, depending on the fft() you
  26.    generate.
  27.  
  28. Notes:
  29. -----
  30. 2 more code generators are available, for intel 286 assembly, and for
  31. National Semiconductor's 32K series assembly. contact the original author
  32. (Eyal Lebedinsky) for this code.
  33.  
  34. The file 'makefile' contains a Unix makefile. the fft2 demo program
  35. is NOT supported, since it requires graphics. if you want an X version,
  36. YOU will have to write it ;-)
  37.  
  38. Udi Finkelstein (finkel@math.tau.ac.il), 26/8/91.
  39.